diff --git a/src/content/docs/administration/docker.md b/src/content/docs/administration/docker.md index 73d8af3..ddef32c 100644 --- a/src/content/docs/administration/docker.md +++ b/src/content/docs/administration/docker.md @@ -81,6 +81,10 @@ Docker will pick it up when it starts for the first time and restore the dump to If you created the dump on an earlier ArchivesSpace version, the system will apply any pending database migrations to upgrade your database to the ArchivesSpace version you are currently running on Docker. +After the initial run you will want to remove that `.sql` file from the `sql` directory of your unzipped Docker configuration package. + +It is also very important you perform regular backups of your ArchivesSpace MySQL database. Follow the steps under the [Backup and recovery](/administration/backup/) section if you need more instructions on how create backups of your MySQL database. + ## Running ### Resource limits