Replies: 3 comments
-
So the software name have changed, works fine on old PC however. When trying again on new PC the old method with $ docker run --name PARFUME -p 8080:80 -v $THE_PATH/PVDIR/config:/config -v $THE_PATH/PVDIR/db:/var/lib/mysql -v $THE_PATH/PVDIR/uploads:/var/www/html/uploads globaldyne/perfumersvault
----------------------------------
READY - Perfumer's Vault Ver 9.1
Starting web server
==> /tmp/error.log <==
==> /tmp/nginx-access.log <==
==> /tmp/nginx-error.log <==
2023/12/16 11:23:24 [notice] 16#16: using the "epoll" event method
2023/12/16 11:23:24 [notice] 16#16: nginx/1.22.1
2023/12/16 11:23:24 [notice] 16#16: built by gcc 11.3.1 20221121 (Red Hat 11.3.1-4) (GCC)
2023/12/16 11:23:24 [notice] 16#16: OS: Linux 6.1.66-1-lts
2023/12/16 11:23:24 [notice] 16#16: getrlimit(RLIMIT_NOFILE): 1048576:1048576
2023/12/16 11:23:24 [notice] 17#17: start worker processes
2023/12/16 11:23:24 [notice] 17#17: start worker process 18
2023/12/16 11:23:24 [notice] 17#17: start worker process 19
2023/12/16 11:23:24 [notice] 17#17: start worker process 20
2023/12/16 11:23:24 [notice] 17#17: start worker process 22
==> /tmp/php-fpm-error.log <==
==> /tmp/www.access.log <== Can not connect using browser. |
Beta Was this translation helpful? Give feedback.
-
There's no easy way to migrate from such an old version, you have to install the latest one and manually migrate your data but won't be easy. |
Beta Was this translation helpful? Give feedback.
-
All right, thanks for a quick response. I'll start over using docker compose method. |
Beta Was this translation helpful? Give feedback.
-
This was setup when I knew almost nothing about docker so it's not pretty.
I'm running Version: 3.7 PRO with DB Schema Version: 3.7 on Solus Linux using this script.
Content of /root/PVDIR:
# ls /root/PVDIR/ config db uploads
Error when trying to run the same script on other machine:
I also tried to export the db using the GUI on my old pc, but can not import it on latest version on the new machine. Read docs that this only work if the version is the same.
I would need to upgrade the old version, export db and then I can start over (with docker compose like a civilized person) on a new machine.
How do I do this?
Beta Was this translation helpful? Give feedback.
All reactions