Migrating Apache Superset from Localhost to Public Server (Including Metadata & Assets) #39486
Replies: 1 comment
-
|
Hey @sreekanthpamujula9-byte — here's a breakdown of how to approach this migration: Migrating Your Metadata & Assets The most complete approach is to back up your entire metadata database (PostgreSQL/MySQL) using native tools like Alternatively, Superset provides CLI export/import commands [2]:
However, these do not include users, roles, or permissions, and database passwords are never exported for security reasons — you'll need to re-enter them manually on the new server [3]. User IDs also aren't automatically mapped, so you may need to reassign ownership [1]. After restoring the database on the new server, run Securing Superset for Public Access Key configuration changes in
Migration Checklist
Hope this helps — let me know if you hit any specific issues during the migration! To reply, just mention @dosu. Docs are dead. Just use Dosu. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi Team,
Currently, we have Apache Superset installed and running on a localhost environment. As expected, it is only accessible within our internal network, and external users are not able to access it.
We are planning to move Superset to a server with a public IP so that it can be accessed outside our organization.
Could you please guide us on the best approach for migrating the complete setup, including:
All datasets
Data sources (database connections)
Charts and dashboards
User roles and permissions
We would like to ensure that everything is migrated properly without data loss and that access control remains secure after moving to the public server.
Additionally, are there any recommended best practices for:
Securing Superset in a public environment
Handling authentication and authorization
Managing configuration changes during migration
Any documentation, steps, or suggestions would be very helpful.
Thanks in advance!
Beta Was this translation helpful? Give feedback.
All reactions