Rapturezone

  • Resources
  • Blog
  • About Us
  • Privacy Policy

Backup & Restore Bitnami WordPress MultiSite

August 8 by www

Backup & Restore Bitnami WordPress MultiSite

  • Backup
  • Restore
  • Related
  • Links

Backup

Stop All Services

sudo /opt/bitnami/ctlscript.sh stop

Syntax OK
/opt/bitnami/apache2/scripts/ctl.sh : httpd stopped
/opt/bitnami/php/scripts/ctl.sh : php-fpm stopped
/opt/bitnami/mysql/scripts/ctl.sh : mysql stopped

Create Backup

sudo tar -pczvf application-backup.tar.gz /opt/bitnami
...
...
/opt/bitnami/common/build-1/apr_rules.mk
/opt/bitnami/common/build-1/make_var_export.awk
/opt/bitnami/common/build-1/make_exports.awk

Start All Services

sudo /opt/bitnami/ctlscript.sh start
/opt/bitnami/mysql/scripts/ctl.sh : mysql started at port 3306
/opt/bitnami/php/scripts/ctl.sh : php-fpm started
Syntax OK
/opt/bitnami/apache2/scripts/ctl.sh : httpd started at port 80

Restore

Stop all services

sudo /opt/bitnami/ctlscript.sh stop

Move Current /opt/bitnami to a different location

sudo mv /opt/bitnami /tmp/bitnami-backup

Restore Backup

sudo tar -pxzvf application-backup.tar.gz -C /

Start All Services

sudo /opt/bitnami/ctlscript.sh start

Related

  • WordPress MultiSite Bitnami Essentials
  • Import WordPress Site using WordPress Importer
  • Export WordPress Website Using Builtin Export Tool

Links

  • https://docs.bitnami.com/bch/apps/wordpress-multisite/administration/backup-restore/

Filed Under: How To Tagged With: Backup, WordPress

Recent Posts

  • Alternative Android Apps
  • Web Scraping with Python and Beautiful Soup Example IMDB Top 250
  • Web Scraping with Python and Beautiful Soup
  • Pi Pico Mouse Jiggler
  • JellyFin Docker Container

Recent Comments

    Archives

    • September 2021
    • August 2021
    • July 2021
    • January 2021
    • September 2020
    • August 2020
    • June 2020
    • May 2020
    • December 2019
    • November 2019
    • November 2017
    • July 2017
    • January 2017
    • January 2016
    • December 2015
    • September 2015
    • April 2015
    • March 2015
    • November 2014

    Categories

    • Definitions
    • How To
    • Resources
    • Uncategorized

    Meta

    • Log in
    • Entries feed
    • Comments feed
    • WordPress.org
    Google+

    Copyright © 2025 · eleven40 Pro Theme on Genesis Framework · WordPress · Log in