Switch to live bit lost users?

Hi there.

I have just set my new website and so switch to Live.
Unfortunately I just understood you lost all data…
So I used Copy and Restore Database to copy all data to live, but it seems it didn’t copy all existing users. Is that possible ?
Even Orders were pasted but not users.

Thanks.

P.S.
Stripe doesn’t work either.

You don’t lose any information when you deploy your app. What happens is that the code, page layouts, and database structures you have in your development version are copied to your production version.

The information in your development databases (version-test) is still there and you should be able to copy it to your production environment if you want.

I’ve never experienced this. Are you sure there are users in your development environment who aren’t in your production environment even after you’ve copied everything? Could they be new users? Registering via the development URL? Or are they existing users?

thanks for your help.
Indeed, there were users in my dev environment. So I didn’t Copy and Restoe Database again, but only on “Users” table, and it seems to work.