MYSQL & PHP downgrade
I want to deploy my php application but my application doesn't support the latest version of mysql & php can I downgrade? Or is there another alternative solution?
13 Replies
Project ID:
80de7bee-4610-4892-bbc8-17f66e2fdd04
does this help?
https://nixpacks.com/docs/providers/php
80de7bee-4610-4892-bbc8-17f66e2fdd04
sorry I'm not too familiar with nixpack, how can it solve this problem?
please read the page i linked
I've read it and I still don't know what to do with it
my application needs PHP v7 and mysql v5 to run normally so i need to make adjustments
nixpacks does not support php 7
upgrade your app for php 8 or employ a dockerfile to build your app with php 7
i think its not possible to upgrade my app to php 8
yeah, so I have to use docker and then deploy it to the railway right?
dockerfile, yes
Ok thanks @Brody, I'll try it