An error occurred fetching the project authors.
  1. 08 Dec, 2016 1 commit
  2. 10 Aug, 2016 1 commit
  3. 11 Jun, 2015 1 commit
  4. 10 Jun, 2015 1 commit
    • Saurabh's avatar
      NEO: complete review of instanciation without backward compatibility · 61929809
      Saurabh authored
      - There's now a single software type 'neo' (in addition to the default)
        which contains:
        - 1 master
        - 1 admin
        - a configurable number of storage nodes, that share the same MySQL server
      - Review of parameters to configure MySQL server.
        (innodb_buffer_pool_size is important)
      - Check of meaningless values of 'replicas'.
      61929809
  5. 18 Nov, 2014 1 commit
    • Julien Muchembled's avatar
      neoppod: stop using deprecated slapos.cookbook:generic.mysql · 67dbe6d0
      Julien Muchembled authored
      Contrary to ERP5, there's no mysql-update service:
      - this simplifies the SR
      - after reading the MySQL documentation, the automatic use of mysql_upgrade
        is quite frightening:
        « You should always back up your current MySQL installation before performing
        an upgrade. »
        « After running mysql_upgrade, stop the server and restart it so that any
        changes made to the system tables take effect. » (which is currently not done
        by the recipe)
      - the future of NEO is an embedded DB like libmysqld
      67dbe6d0