-
Notifications
You must be signed in to change notification settings - Fork 13.8k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Intall Superset same instance in different server #3709
Comments
It's everything in the db |
@xrmx - ok. so everything is in the superset.db. I'm getting the below error after following this steps. Here is what I did on the new server - Install supersetpip install superset Create an admin user (you will be prompted to set username, first and last name before setting a password)fabmanager create-admin --app superset Initialize the databasesuperset db upgrade Load some data to play withsuperset load_examples Create default roles and permissionssuperset init ########## Start the web server on port 8088, use -p to bind to another portsuperset runserver when I try to access the bashboard, got the below error |
I installed Superset few months back on Server A. I created few Slices/Dashboard.
Now I'm trying to install Superset on Server B. But I want all the config, slice, dashboard which exists on Server A to be copied to Server B.
In other words, Server A and Server B, should be ditto copy of each other. Can I do this.
Superset Version on Server A-
{"GIT_SHA": "", "version": "0.20.0"}
The text was updated successfully, but these errors were encountered: