Home:FERP: Difference between revisions

From Esoul Wiki
Jump to navigation Jump to search
No edit summary
Line 1: Line 1:
== IUUBRC (Install, Update, Uninstall, Backup, Restore, Cleanup) ==
== IM (Install & Maintain) ==


=== Install ===
=== Install ===
Line 15: Line 15:
=== Backup & Restore ===
=== Backup & Restore ===


FERP use the database to store everything. You can use different tools to backup and restore the database.
FERP use a central database to store everything. You can use different tools to backup and restore the database.
By default, the content of [memory tables | https://mariadb.com/kb/en/memory-storage-engine/] saving system status (for example the list of the failed logins used for temporary ban) are not included.


=== Cleanup ===
=== Cleanup ===

Revision as of 15:46, 11 June 2025

IM (Install & Maintain)

Install

Update

1. Backup the database. 2. Stop the web server so that no transition. 2. Update the packages.json npm. 3. FERP provides Template:Code 5. Start the web server again.

It's notable that if your current version is too old, maybe you're not allowed to update to the newest version directly. may have to update to a certain version at first

Backup & Restore

FERP use a central database to store everything. You can use different tools to backup and restore the database.

Cleanup