-
Notifications
You must be signed in to change notification settings - Fork 44
Description
I recently moved my installation from a stand alone version to docker. Installation and restoring the backup worked ok, except that restoring the backup at the intial admin creation restore did not import accounts and certificates. After a manual import all data was there. Server is a ubuntu server container under proxmox.
However, after every restart of the server all data is lost. 0 accounts and 0 certificates. The system is showing crl update errors due to missing certificates.
/opt/logs/commander.log
...
mv: inter-device move failed: '/tmp/250801-113028_ppkiserver/nginx_ssl/ssl' to '/etc/nginx/ssl/ssl'; unable to remove target: Directory not empty
mv: inter-device move failed: '/tmp/250801-113028_ppkiserver/nginx_ssl/ssl' to '/etc/nginx/ssl/ssl'; unable to remove target: Directory not empty
In all other logs I cannot spot any issues, although I might have missed something.
Any ideas?
Oliver