Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

FAQ

 

Expand
titleHow can take a manual backup of ProVision?

From the command line in your ProVision instance, you can get a manual SQL backup using the following way:

 

Code Block
mysqldump -uUSER -pPASSWORD DATABASE > bkup.sql

You can get the values for USER, PASSWORD, and DATABASE by reading them from the following file:

Code Block
[ProVision Root]/data/globals.php

An example of a completed command:

Code Block
mysqldump -uroot -p6connect_DBPSWD qa_5_1_5 > bkup.sql

You can then use this .sql file to restore the old version should you need to revert the installation.

Expand
titleHow can I manage overlapping/duplicate IP blocks?

When breaking apart blocks - use the LIR functions (Admin-﹥IPAM Admin-﹥RIR/LIR Manager) to differentiate blocks for 1918 space.

...