Différences entre versions de « 2019-305 »

De Mi caja de notas

Ligne 6 : Ligne 6 :
  
 
== Maintenance [[indieweb]] ==
 
== Maintenance [[indieweb]] ==
 
 
=== [[Gandi]] : [[Sauvegarde]] Mediawiki ===
 
=== [[Gandi]] : [[Sauvegarde]] Mediawiki ===
 
* Redirection sous-domaine : https://github.ducamp.me pointé vers https://github.com/ChristopheDucamp
 
* Redirection sous-domaine : https://github.ducamp.me pointé vers https://github.com/ChristopheDucamp
Ligne 15 : Ligne 14 :
  
 
(Source https://docs.gandi.net/fr/simple_hosting/connexion/ssh.html)
 
(Source https://docs.gandi.net/fr/simple_hosting/connexion/ssh.html)
 
 
  
 
==== BDD MySQL ====
 
==== BDD MySQL ====
Ligne 22 : Ligne 19 :
 
''Comment exporter facilement la BDD mySQL de MediaWiki ?''  
 
''Comment exporter facilement la BDD mySQL de MediaWiki ?''  
  
 
+
Après erreur sur la commande suivante  
erreur sur la commande suivante :
 
  
 
     https://72835.admin.dc2.gpaas.net/phpmyadmin/export.php
 
     https://72835.admin.dc2.gpaas.net/phpmyadmin/export.php
  
Récupération d'un fichier de sauvegarde de BDD `2019-305-mw-backup.sql` (166.8 Mo)  
+
... Récupération d'un fichier de sauvegarde de BDD `2019-305-mw-backup.sql` (166.8 Mo)  
  
 
     mysqldump -h localhost -u monwiki -p --default-character-set=binary monwiki > 2019-305-mw-backup.sql
 
     mysqldump -h localhost -u monwiki -p --default-character-set=binary monwiki > 2019-305-mw-backup.sql
  
  
Fichier sauvegardé localement sous `R&D/Indieweb/MediaWiki-2019`. Fichier illisible : vive le plein texte...
+
Fichier sauvegardé localement sous `R&D/Indieweb/MediaWiki-2019`. Fichier illisible et non vérifiable : vive le plein texte...
  
=== Mises à jour  ===
+
=== Mises à jour indieweb ===
 
* [[Git]] v. 2.23 via Homebrew  ```brew upgrade git```
 
* [[Git]] v. 2.23 via Homebrew  ```brew upgrade git```
 +
* [[2019-305]] '''Mise à jour [[mediawiki]] v 1.3. [[Personnalisation-mediawiki]] en cours d'étude.'''
 
* [[GoHugo]] v.0.59 ```brew upgrade hugo```
 
* [[GoHugo]] v.0.59 ```brew upgrade hugo```

Version du 1 novembre 2019 à 18:06

vendredi 1er novembre 2019


Toussaint


Maintenance indieweb

Gandi : Sauvegarde Mediawiki

   ssh -oKexAlgorithms=+diffie-hellman-group1-sha1 \ xxxx5@console.dc2.gpaas.net 

(Source https://docs.gandi.net/fr/simple_hosting/connexion/ssh.html)

BDD MySQL

Comment exporter facilement la BDD mySQL de MediaWiki ?

Après erreur sur la commande suivante

   https://72835.admin.dc2.gpaas.net/phpmyadmin/export.php

... Récupération d'un fichier de sauvegarde de BDD `2019-305-mw-backup.sql` (166.8 Mo)

    mysqldump -h localhost -u monwiki -p --default-character-set=binary monwiki > 2019-305-mw-backup.sql


Fichier sauvegardé localement sous `R&D/Indieweb/MediaWiki-2019`. Fichier illisible et non vérifiable : vive le plein texte...

Mises à jour indieweb