Solved How to create a uvdesk backup
-
Good morning,
What method and data do you recommend to save to create a backup of uvdesk?
Are there files that should not be excluded so that uvdesk works correctly when restoring the application from the backup (eg the cache.yaml file)?
Best regards
-
Are there files that should not be excluded so that uvdesk works correctly when restoring the application from the backup (eg the cache.yaml file)?
You have to backup of uvdesk, so you will backup of the below files and folders:
-
config folder
-
public folder (for your images and files)
-
composer.json
-
composer.lock
-
Also, you will export your data from the database:
After export your data from the database, you will import this data in the new created database.
Also, you can use the same name of the previous database name in your created new project in .env file. If you are not export your data.
-
-
Are there files that should not be excluded so that uvdesk works correctly when restoring the application from the backup (eg the cache.yaml file)?
You have to backup of uvdesk, so you will backup of the below files and folders:
-
config folder
-
public folder (for your images and files)
-
composer.json
-
composer.lock
-
Also, you will export your data from the database:
After export your data from the database, you will import this data in the new created database.
Also, you can use the same name of the previous database name in your created new project in .env file. If you are not export your data.
-
-
peopleinside