Skip to content

Commit 180f291

Browse files
authored
AAP-48687: Added info. about disk space for /var/backups (#3827) (#3857)
* AAP-48687: Added info. about disk space for /var/backups in RPM install guide * AAP-48687: Added info. in configuring automation execution guide too
1 parent 42f69d7 commit 180f291

File tree

2 files changed

+7
-0
lines changed

2 files changed

+7
-0
lines changed

downstream/modules/platform/ref-controller-backup-restore-considerations.adoc

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,11 @@ Disk space:: Review your disk space requirements to ensure you have enough room
1111
System credentials:: Confirm you have the required system credentials when working with a local database or a remote database.
1212
On local systems, you might need `root` or `sudo` access, depending on how credentials are set up.
1313
On remote systems, you might need different credentials to grant you access to the remote system you are trying to backup or restore.
14+
+
15+
[NOTE]
16+
====
17+
The {PlatformNameShort} database backups are staged on each node at `/var/backups/automation-platform` through the variable `backup_dir`. You might need to mount a new volume to `/var/backups` or change the staging location with the variable `backup_dir` to prevent issues with disk space before running the `./setup.sh -b` script.
18+
====
1419

1520
Version:: You must always use the most recent minor version of a release to backup or restore your {PlatformNameShort} installation version.
1621
For example, if the current platform version you are on is 2.0.x, only use the latest 2.0 installer.

downstream/modules/platform/ref-system-requirements.adoc

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,8 @@ The following are necessary for you to work with project updates and collections
6666

6767
.Additional notes for {PlatformName} requirements
6868

69+
* The {PlatformNameShort} database backups are staged on each node at `/var/backups/automation-platform` through the variable `backup_dir`. You might need to mount a new volume to `/var/backups` or change the staging location with the variable `backup_dir` to prevent issues with disk space before running the `./setup.sh -b` script.
70+
6971
* If performing a bundled {PlatformNameShort} installation, the installation setup.sh script attempts to install ansible-core (and its dependencies) from the bundle for you.
7072

7173
* If you have installed Ansible-core manually, the {PlatformNameShort} installation setup.sh script detects that Ansible has been installed and does not attempt to reinstall it.

0 commit comments

Comments
 (0)