Media Wiki Restoration: Difference between revisions
Jump to navigation
Jump to search
Line 3: | Line 3: | ||
=Overview= | =Overview= | ||
This procedure documents restoration of a site instance backed up with the [[Media_Wiki_Backup#Overview|Media Wiki Backup]] procedure. Restoration implies performing a full new installation of the latest LTS version as a prerequisite, as described here [[Media Wiki Installation#Overview|Media Wiki Installation]]. | This procedure documents restoration of a site instance backed up with the [[Media_Wiki_Backup#Overview|Media Wiki Backup]] procedure. Restoration implies performing a full new installation of the latest LTS version as a prerequisite, as described here [[Media Wiki Installation#Overview|Media Wiki Installation]]. | ||
=Post Restoration= | |||
==Database Cleanup== | |||
Drop the temporary database and user: | |||
<syntaxhighlight lang='sql'> | |||
DROP DATABASE tmp_mediawiki_db; | |||
DROP USER 'tmp_mediawiki_user'@'localhost'; | |||
COMMIT; | |||
</syntaxhighlight> | |||
=TO DEPLETE= | =TO DEPLETE= | ||
<font color=darkkhaki> | <font color=darkkhaki> | ||
DEPLETE and INTEGRATE: [[Restoring a Wiki into the Same or Newer MediaWiki Version]] | DEPLETE and INTEGRATE: [[Restoring a Wiki into the Same or Newer MediaWiki Version]] |
Revision as of 03:07, 30 December 2023
Internal
Overview
This procedure documents restoration of a site instance backed up with the Media Wiki Backup procedure. Restoration implies performing a full new installation of the latest LTS version as a prerequisite, as described here Media Wiki Installation.
Post Restoration
Database Cleanup
Drop the temporary database and user:
DROP DATABASE tmp_mediawiki_db;
DROP USER 'tmp_mediawiki_user'@'localhost';
COMMIT;
TO DEPLETE
DEPLETE and INTEGRATE: Restoring a Wiki into the Same or Newer MediaWiki Version