Skip to content
Merged
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.

The docker configuration package already includes a configurable database backup mechanism for MySQL. Read more about it in the [backup and recovery section](/administration/backup/#using-the-docker-configuration-package).

## Running

### Resource limits
Expand Down