Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions src/content/docs/administration/docker.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think this will be confusing, as the docker configuration package already includes a mechanism for automatic mysql backups: https://github.com/archivesspace/archivesspace/blob/master/docker-compose-prod.yml#L37 that is documented here: https://docs.archivesspace.org/administration/backup/#backups-when-using-the-docker-configuration-package


## Running

### Resource limits
Expand Down
Loading