Commit graph

47 commits

Author SHA1 Message Date
Cristhian Martínez Ochoa
d0891dc095 updates
Check for OS updates when Webinoly is updated.
Fixed the check for updates function failing in verify.
2023-06-16 10:30:16 -07:00
Cristhian Martínez Ochoa
2695a76164 mysql upgrade
Fixed some small errors displayed when upgrading mysql.
2023-06-05 11:07:20 -07:00
Cristhian Martínez Ochoa
ce9279ab47 verify
Verify process improved and updated.
2023-06-02 12:39:56 -07:00
Cristhian Martínez Ochoa
b1b157bf3d php verify
Recommend at least 8.1
2023-03-19 20:25:01 -07:00
Cristhian Martínez Ochoa
3ae731de17 mariadb
MariaDB 10.11 support added (removed 10.4 and 10.5).
Better check for dbnames and dbusers.
2023-03-14 10:16:06 -07:00
Cristhian Martínez Ochoa
d4d07db02f mysql external
- No passwords are passed in command line now for better security.
- Better check for master admin users.
- No need to ask for external credentials when not really needed.
2023-01-23 20:43:03 -07:00
Cristhian Martínez Ochoa
983d4be599 messages
MySQL messages updated.
2023-01-11 12:56:49 -07:00
Cristhian Martínez Ochoa
25b3dfc4c0 wp host
WP host now has support for Unix sockets and localhost with custom port.
2023-01-03 18:12:56 -07:00
Cristhian Martínez Ochoa
b1f0594c0f minor
FIXED clear cache failing with opcache.
Php 7.4 is now obsolete.
2022-12-18 12:04:16 -07:00
Cristhian Martínez Ochoa
b5f38ccd29 admin tools
Site folder now is named according to the domain:port assigned.
Fixed error with HSTS header for admin tools site.
2022-12-04 14:01:05 -07:00
Cristhian Martínez Ochoa
dbf755d98b update
Update process.
Bionic support removed for new intallattions, only update are allowed now.
2022-11-04 17:35:18 -07:00
Cristhian Martínez Ochoa
8f5252a9e5 mysql warnings
FIX warning messages from mysql.
2022-11-01 11:58:35 -07:00
Cristhian Martínez Ochoa
4363504410 reserved words
MySQL reserved words updated.
MySQL warnings with low ram.
2022-10-30 11:21:54 -07:00
Cristhian Martínez Ochoa
cdd3ffd701 mysql
Support for MySQL 8.0.
2022-10-29 12:38:29 -06:00
Cristhian Martínez Ochoa
c3e202f0c4 templates
New header message for all templates.
Admin-tools template moved.
Fixed permissions for PMA.
2022-09-21 16:45:24 -06:00
Cristhian Martínez Ochoa
c7906ff939 shell check
Bash check failing in 22.04 with some specific cloud providers, like DO.
2022-09-05 16:34:14 -06:00
Cristhian Martínez Ochoa
2d00d7174b jammy
Support for Ubuntu 22.04.
2022-08-16 17:15:46 -06:00
Cristhian Martínez Ochoa
9a47201241 jammy
Support for Ubuntu 22.04
2022-08-03 17:07:40 -06:00
Cristhian Martínez Ochoa
d97f422872 jammy
Ubuntu 22.04 preparation.
2022-05-26 08:31:11 -06:00
Cristhian Martínez Ochoa
2199c2a1f2 verify
timezone check added
2022-04-29 10:40:56 -06:00
Cristhian Martínez Ochoa
6ce9ab452a duplicity
ARM support was removed from snap, now we install it directly from source!
2022-03-22 13:42:22 -07:00
Cristhian Martínez Ochoa
4a7cab0953 external db
Fixes:
- wp replace-content not checking if wp is installed.
- some random errors when mysql not installed.
- parked con domain mapping not working with external db.
- verify mysql warning message when no installed but using external dbs.
- cloning site with external DB and overwrite not working.
- savedDB failing when mysql not installed.
- savedDB now is not encrypted in conf file.
2022-02-28 14:06:18 -07:00
Cristhian Martínez Ochoa
e10b5105a2 bash check
Bash check improved again!!!!
2022-02-23 15:49:23 -07:00
Cristhian Martínez Ochoa
a4c9a477a8 bash check
local variables
2022-02-22 13:31:28 -07:00
Cristhian Martínez Ochoa
c5679ac472 Bash check
Bash check improved
2022-02-22 12:45:04 -07:00
Cristhian Martínez Ochoa
f94c60c51f bash check
Bash check improved
2022-02-22 08:28:38 -07:00
Cristhian Martínez Ochoa
02d29d9a83 bash check
Bash shell check - interactive instead of default login.
2022-02-21 14:48:56 -07:00
Cristhian Martínez Ochoa
9b7cdc7aab verify
- Local variables.
- Fixed - error messages not displayed correctly.
- Fixed - error with trusted.gpg files.
- Better check for versions.
- Check for default db roles.
- Check for sites with external dbs.
- Check for duplicate variables in conf file.
- Check for backups integrity.
2022-02-11 13:28:36 -07:00
Cristhian Martínez Ochoa
c0570364bc fixes
A lot small fixes after testing.
2022-01-11 07:59:54 -07:00
Cristhian Martínez Ochoa
ac5115bf9b verify
Verify updated.
Now we run verify in critical mode at the end of the stack build.
Welcome message updated.
2022-01-04 12:55:19 -07:00
Cristhian Martínez Ochoa
aa0572b168 update
Update process is now visible to prevent errors.
2022-01-02 09:52:31 -07:00
Cristhian Martínez Ochoa
423cee547a fixes
A lot of minor fixes.
2021-12-27 16:39:27 -07:00
Cristhian Martínez Ochoa
1becfe2a60 builder
New smart builder with a lot of improvements.
- Build profiles support.
- multi-php removed.
- tools-site created since nginx instead of php.
- tools packages are now independent.
- internal api updated.
- new official ppa for redis.
2021-12-20 16:16:44 -07:00
Cristhian Martínez Ochoa
7503907c5d tools port
Now tools-port is a global variable.
Parked now has support for its own custom nginx conf.
2021-12-03 13:39:56 -07:00
Cristhian Martínez Ochoa
3d14fbf0bb php
PHP 7.3 support removed.
2021-11-29 13:49:42 -07:00
Cristhian Martínez Ochoa
26bdca5267 php 8.1
Support for PHP 8.1.
Readme updated.
2021-10-01 09:48:36 -06:00
Cristhian Martínez Ochoa
15380f2da4 some fixes
Fixes after testing.
2021-08-29 21:30:30 -06:00
Cristhian Martínez Ochoa
50d24dced2 verify fixed
Fixed: OS updates failing in verify process.
2021-07-22 16:05:39 -06:00
Cristhian Martínez Ochoa
9e16df11a7 mariadb versions
Now we have support for multiple versions, not only the latest.
2021-07-18 13:18:45 -06:00
Cristhian Martínez Ochoa
9db35d138c minor issues
Fixed some minor issues after testing.
README updated.
2021-06-02 11:25:26 -06:00
Cristhian Martínez Ochoa
aaba04f467 verify improved
Better checks for php and mysql.
Fixed error with variables.
2021-05-23 12:34:00 -06:00
Cristhian Martínez Ochoa
fe15124c3d minor fixes
Some minor fixes after testing.
2021-05-11 08:44:32 -06:00
Cristhian Martínez Ochoa
a4abf37e37 permissions improved
Better check and fix method for permissions.
2021-05-10 09:50:54 -06:00
Cristhian Martínez Ochoa
e868f4e49f permissions
Now we have an option to fix permissions on server-reset.
Better check for permissions on verify.
2021-05-09 16:21:42 -06:00
Cristhian Martínez Ochoa
c6f2c9135f domain mapping
Better support for WP sites with domain mapping.
2021-05-06 15:50:30 -06:00
Cristhian Martínez Ochoa
3c8ef8d293 verify fixes
Some fixes after testing.
2021-04-23 13:33:48 -06:00
Cristhian Martínez Ochoa
c714192c47 verify
Verify process highly improved!
2021-04-21 16:49:11 -06:00