Skip to content

Commit acff72a

Browse files
committed
docs(delete_server): Add admonition about lifecycle rules
1 parent 7b9a820 commit acff72a

1 file changed

Lines changed: 15 additions & 0 deletions

File tree

docs/deploy/delete_server.rst

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,21 @@ As with other deployment tasks, do the :doc:`setup tasks<setup>` before the step
77

88
#. Notify relevant users of the change
99
#. If the server has :ref:`PostgreSQL<pg-setup-backups>` or :ref:`MySQL<mysql-backups>` backups, use :ref:`pg_dump<pg-recover-backup-universal>` or ``mysqldump``, and manually upload a final backup to the root of the S3 bucket
10+
11+
.. important::
12+
13+
Delete any :ref:`lifecycle rule<aws-s3-bucket>`, otherwise the backup will be deleted!
14+
15+
.. No lifecycle rules:
16+
Archived
17+
ocp-old-website-backup
18+
ocp-redmine-backup
19+
pgBackRest
20+
ocp-credere-backup
21+
ocp-db-backup
22+
Other
23+
ocp-aws-verification
24+
1025
#. Remove all occurrences of the server's FQDN and IP address from this repository
1126
#. Remove the :ref:`dns` records whose names match the server's FQDN (A, AAAA)
1227
#. Remove the server's root password from `LastPass <https://www.lastpass.com>`__

0 commit comments

Comments
 (0)