Skip to content

Import & export

Move data in and out of NitHost-managed databases safely.

Who can use this page? Access to the database (linked site manage).

Formats by engine

EngineExportImport accepts
MariaDB / MySQLSQL archiveSQL dumps (panel format)
PostgreSQLCustom .dmp.dmp / .dump (pg_dump --format=custom)
MongoDBCompressed archive (.gz)Compatible mongodump archive

Golden rules

  1. Export before import — restore replaces objects present in the archive
  2. Copy credentials once at create — you cannot re-read them later
  3. Treat archives as secrets (they contain customer data)
  4. After restore, verify app login and row counts before opening traffic

MariaDB / MySQL

  • Export Archive downloads a dump
  • Import Archive uploads and restores
  • Unrelated objects may remain; matching objects are replaced per dump content

PostgreSQL

See PostgreSQL → Import and export for transaction, ownership, and format rules.

MongoDB

Export/import compressed archives from the Databases page. GridFS included in backups.

Move a complete site

Contact NitHost support when moving an entire site between hosting environments. A database export alone does not include site files or application configuration.

Customer documentation · Nusite IT Consulting Limited