Hi, I deployed manageiq hammer docker image and used Database_Url env to connect to external database. Miq created the schema and then i added few cloud providers.
As next step i deleted the miq container and then recreated a new one with same database connection but i am getting following error,
rake aborted!
ActiveRecord::ProtectedEnvironmentError: You are attempting to run a destructive action against your ‘production’ database.
Can someone help me with what should i do to connect to existing production db with new container.