aptible db:reload
This command is used to reload a Database, which replaces the running Database Container with a new one.
Reloading can be useful if your Database appears to be misbehaving.
Tip
Using
aptible db:reload
is faster thanaptible db:restart
, but it does not let you resize your Database.
Synopsis
Usage:
aptible db:reload HANDLE
Options:
[--environment=ENVIRONMENT]
Reload a database
Updated over 1 year ago
Did this page help you?