Commit Graph

15 Commits

Author SHA1 Message Date
f2fd54060a Merge pull request #2995 from happyhardik/master
Using Prefix from ENV variable during installation
2023-06-26 10:16:54 -07:00
30a7e70cb9 Using Prefix from ENV variable during installation
- Currently, during installation, we do not take into account the database table name prefix from env variables during installation (if specified by the user we ignore it and we try to generate a random prefix)
- For me putting that auto-generated random prefix back into environment variables failed after install, causing the installation to die, so I added it in env variables before hand, but that didn't help as we were ignoring it.
2023-06-24 12:57:39 +05:30
8c716f27d7 Removed some default fields on installation page 2023-02-16 10:16:39 +03:00
3553561240 Code refactoring 2023-02-15 17:04:59 +03:00
c2549b96ad Uses database config from env while install 2022-08-08 19:06:23 +02:00
6a11f130c2 use config helper instead of env in application code 2020-04-26 06:07:27 -04:00
9b1ee86777 unnecessary artisan usage 2020-01-20 15:30:38 +03:00
6d50fa8442 v2 first commit 2019-11-16 10:21:14 +03:00
09e66c52cd formatting 2018-02-21 08:56:02 +03:00
9aab7d6e1c fixed spaces 2018-02-20 17:17:39 +03:00
e387548a37 installer refactoring 2018-02-20 17:05:58 +03:00
ec5070e45f Added a CLI configurer and extracted configuration function from Install controllers 2017-12-31 05:21:10 +11:00
7912aecf32 Add db_charset to contest postgresql errors.
Need to set `db_charset` and use it for installation connection to contest `missing index: 'charset'` error.

Error happens on postgresql 10 (and probably previous versions).
2017-11-22 16:26:34 +03:00
447f314eb5 fixed #20 2017-09-23 18:43:09 +03:00
515bdaf5cd first commit 2017-09-14 22:21:00 +03:00