Hi, I have a bubble webapp which went live a week ago. Like all apps, I have a dev table & a prod (live) table called All Users (which contain the users). After deploying the webapp for the first time, I sent out the webapp link for some users to register. Unfortunately, I might have sent the wrong link (with version-test
) to some users - who registered, but their data landed in the dev database.
At this point I have 1 user’s data in prod (live) database and the other 3 user data in dev database.
I want to copy the All Users table (3 rows) to prod (live) database, but I do not want to overwrite the data for the 1 user in live database (live database has 1 row with 1 user’s data). I think I can use “copy & restore” but i fear that it will overwrite (delete the data for 1 user) and overwrite the 3 rows from the dev database.
Maybe I am getting this all wrong, but can someone help with the correct steps to follow to achieve this?