Coder Social home page Coder Social logo

Comments (15)

romapad avatar romapad commented on June 17, 2024

I had debian jessie installed

from wordops.

demyxco avatar demyxco commented on June 17, 2024

Have this issue too.

from wordops.

jeroenops avatar jeroenops commented on June 17, 2024

Thank you kindly for opening this issue. We were having some issues with this, they should be resolved. Could you update to the latest version? wget -qO wo wordops.se/tup && sudo bash wo should suffice.

from wordops.

demyxco avatar demyxco commented on June 17, 2024

@jeroenops same thing "site.com does not exist"

from wordops.

jeroenops avatar jeroenops commented on June 17, 2024

Okay, I'll resolve this in the installer. A quick fix:

# Copy the EEv3 database to WordOps
cp /var/lib/ee/ee.db /var/lib/wo/dbase-ee.db
# Update the PHP versions in the database to 7.2
echo "UPDATE sites SET php_version = REPLACE(php_version, '5.6', '7.2');" | sqlite3 /var/lib/wo/dbase.db
echo "UPDATE sites SET php_version = REPLACE(php_version, '7.0', '7.2');" | sqlite3 /var/lib/wo/dbase.db
# Replace the ports for PHP 7.2
sed -i 's/9000/9072/g' /etc/nginx/conf.d/upstream.conf &>> /dev/null
sed -i 's/9070/9072/g' /etc/nginx/conf.d/upstream.conf &>> /dev/null
# Replace the ports for debug PHP 7.2
sed -i 's/9001/9172/g' /etc/nginx/conf.d/upstream.conf &>> /dev/null
sed -i 's/9170/9172/g' /etc/nginx/conf.d/upstream.conf &>> /dev/null

from wordops.

demyxco avatar demyxco commented on June 17, 2024

@jeroenops thanks for the patch, will this be included in the next update?

from wordops.

jeroenops avatar jeroenops commented on June 17, 2024

Yes! We'll communicate this broadly whenever it's ready. With the upcoming 3.9.5 release:

  • This patch will be included
  • We'll have a version of nginx-custom that supports Stretch (Debian Stretch support is broken ATM due to a dependency failure)
  • We'll migrate Postfix to OpenSMTPd for outgoing mails/notifications

And perhaps more love and awesomeness :D

from wordops.

demyxco avatar demyxco commented on June 17, 2024

Debian Stretch support is broken ATM due to a dependency failure

Oh damn I was just thinking of doing a fresh install of Debian 9 too.

from wordops.

demyxco avatar demyxco commented on June 17, 2024

Oh btw, I just migrate my other server (Ubuntu 18.04) to WordOps and it detects the sites from EEv3. Was this installer merged recently?

from wordops.

jeroenops avatar jeroenops commented on June 17, 2024

Yeah - we are on fire :)

from wordops.

demyxco avatar demyxco commented on June 17, 2024

Awesome, keep up the great work guys!

from wordops.

cristianmenghi avatar cristianmenghi commented on June 17, 2024

and need to adjust
/etc/php/7.2/fpm/pool.d/www.conf

[www]
user = www-data
group = www-data
listen = 127.0.0.1:9072
listen.owner = www-data
listen.group = www-data
pm = ondemand
pm.max_children = 100
pm.start_servers = 20
pm.min_spare_servers = 10
pm.max_spare_servers = 30
ping.path = /ping
pm.status_path = /status
pm.max_requests = 500
request_terminate_timeout = 300

Okay, I'll resolve this in the installer. A quick fix:

# Copy the EEv3 database to WordOps
cp /var/lib/ee/ee.db /var/lib/wo/dbase-ee.db
# Update the PHP versions in the database to 7.2
echo "UPDATE sites SET php_version = REPLACE(php_version, '5.6', '7.2');" | sqlite3 /var/lib/wo/dbase.db
echo "UPDATE sites SET php_version = REPLACE(php_version, '7.0', '7.2');" | sqlite3 /var/lib/wo/dbase.db
# Replace the ports for PHP 7.2
sed -i 's/9000/9072/g' /etc/nginx/conf.d/upstream.conf &>> /dev/null
sed -i 's/9070/9072/g' /etc/nginx/conf.d/upstream.conf &>> /dev/null
# Replace the ports for debug PHP 7.2
sed -i 's/9001/9172/g' /etc/nginx/conf.d/upstream.conf &>> /dev/null
sed -i 's/9170/9172/g' /etc/nginx/conf.d/upstream.conf &>> /dev/null

from wordops.

cristianmenghi avatar cristianmenghi commented on June 17, 2024

Is need to overwrite dbase-ee.db to dbase.db ?

cp /var/lib/ee/ee.db /var/lib/wo/dbase-ee.db

from wordops.

jeroenops avatar jeroenops commented on June 17, 2024

Is need to overwrite dbase-ee.db to dbase.db ?

No, when migrating you'll need to copy the EE database to the primary WO database;

cp /var/lib/ee/ee.db /var/lib/wo/dbase.db

The /var/lib/wo/dbase-ee.db file merely serves as a backup ;)

from wordops.

VirtuBox avatar VirtuBox commented on June 17, 2024

Issue has been fixed, WO install script now migrate properly site from EasyEngine v3

from wordops.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.