Moving from test to production question

We have 2 servers for our Omeka collection. A test server and a production server. We are now ready to move everything from test to production and I read about how to upgrade but we are not really upgrading. I know to move:

1. files/
2. themes/
3. plugins/

The question is can I simply take a database dump of the test server and ingest that into the database on the production server?

Thanks,

Rick

Yes you should be able to export the database from your test server and import it into a new (empty) one on your production server. Be sure your db.ini file points to the new database. As long as your files, plugins, and theme are present, the production site should work exactly like it did on the test server.

Thanks! That's what I thought but just wanted to make sure.