Dolphiq / craft-plugin-redirect

Craft 3 redirect plugin provides an easy way to enter and maintain 301 and 302 redirects and 404 pages. The plugin provides a clear user interface for admin and non-admin users.
MIT License
54 stars 34 forks source link

Issues with shared database installation #122

Open cotycrosby opened 3 years ago

cotycrosby commented 3 years ago

Having issues with running this plugin on top of a load balancer. Unable to activate the plugin when on a different container.

Example

I believe the issue is because the install migration does not check to see if the tables have already been created.

https://github.com/Dolphiq/craft3-plugin-redirect/blob/master/src/migrations/Install.php