mirror of
https://github.com/inventree/inventree-docs.git
synced 2025-04-27 21:26:43 +00:00
Add note about skipping backup during update step (#428)
This commit is contained in:
parent
c0dc36ced6
commit
ad3a9d5ae9
@ -213,6 +213,9 @@ Run the following command to ensure that the InvenTree database is updated:
|
|||||||
docker-compose run inventree-server invoke update
|
docker-compose run inventree-server invoke update
|
||||||
```
|
```
|
||||||
|
|
||||||
|
!!! info "Skip Backup"
|
||||||
|
By default, the `invoke update` command performs a database backup. To skip this step, add the `--skip-backup` flag
|
||||||
|
|
||||||
### Start Containers
|
### Start Containers
|
||||||
|
|
||||||
Now restart the docker containers:
|
Now restart the docker containers:
|
||||||
|
@ -291,6 +291,9 @@ Updating the database is as simple as calling the `update` script:
|
|||||||
invoke update
|
invoke update
|
||||||
```
|
```
|
||||||
|
|
||||||
|
!!! info "Skip Backup"
|
||||||
|
By default, the `invoke update` command performs a database backup. To skip this step, add the `--skip-backup` flag
|
||||||
|
|
||||||
This command performs the following steps:
|
This command performs the following steps:
|
||||||
|
|
||||||
* Ensure all rquired packages are installed and up to date
|
* Ensure all rquired packages are installed and up to date
|
||||||
|
Loading…
x
Reference in New Issue
Block a user