Archive Folder
Table of Contents:
Archive Folder
Every time you run a deployment, 360Deploy will put a copy of the previous production database into a timestamped directory in the FileMaker Server documents directory. This way, if anything goes wrong (due to a problem with the deployment, a programming error in the new version, or any other reason), you can simply place this timestamped archive version back into the live database directory to effectively roll back to both the structure and data that existed prior to running the deployment.
Folder Locations
Mac
/Library/360Works/Applications/MigrationBackups
Windows
C:/Program Files/360Works/Applications/MigrationBackups
Linux
/opt/360Deploy/MigrationBackups
Keep in mind that this archive directory is never automatically deleted, and can potentially consume a lot of disk space if your solution is large. It's a good idea to manually clean up this directory periodically.
Also keep in mind that if you are using containers with external storage, that container data is shared between the old and new database versions - there is no separate copy placed into the archive folder. This speeds up the import and conserves disk space, but it also means that if you do need to roll back the database version, changes that were made to the external container data are not rolled back. Use FileMaker Server's built-in backup feature to guarantee a complete backup including a separate copy of all container data.