Hi @alaurent,
Thank you for using the Bitnami solution. Migrating the application from one installation normally implies the following steps:
Important: Please load the Bitnami Console when running these commands:
https://docs.bitnami.com/installer/components/bnconsole/
mysqldump --databases bitnami_pimcore -u root -p > pimcoreBackup.sql
- Copy all the media and specific files of the application to migrate to the new server
- Restore the database backup in the new installation
mysql -u root -p --execute "drop database bitnami_pimcore;"
mysql -u root -p bitnami_pimcore < pimcoreBackup.sql
- Restore all the media and app's files in the new installation.
Please note that Bitnami packages and configures already existing applications. We can only offer support and help on basic and most frequent application configurations. Always based on the default configuration or on our guides. Probably someone with more experience and knowledge about this application can help you better than we can. We suggest you to post your question on the official support forums of the application so others can help you with this migration.
I hope this helps