FeministWiki:Server setup: Difference between revisions

Line 203: Line 203:
Then copy over the config and data by running these commands from the old server:
Then copy over the config and data by running these commands from the old server:


  slapcat -n 0 | ssh feministwiki.dev 'sudo -u openldap slapadd -n 0 -F /etc/ldap/slapd.d'
  slapcat -n 0 | ssh feministwiki.dev -p <ssh_port> 'sudo -u openldap slapadd -n 0 -F /etc/ldap/slapd.d'
  slapcat -n 1 | ssh feministwiki.dev 'sudo -u openldap slapadd -n 1'
  slapcat -n 1 | ssh feministwiki.dev -p <ssh_port> 'sudo -u openldap slapadd -n 1'


==== Breaking changes in OpenLDAP ====
==== Breaking changes in OpenLDAP ====