Différences entre versions de « 2019-305 »
De Mi caja de notas
(3 versions intermédiaires par le même utilisateur non affichées) | |||
Ligne 1 : | Ligne 1 : | ||
− | [[vendredi]] [[1er novembre]] [[2019]] | + | Le [[vendredi]] [[1er novembre]] [[2019]] ([[Toussaint]]) |
− | |||
− | |||
− | [[Toussaint]] | ||
− | |||
== 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 10 : | ||
(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 ==== | ||
− | + | ''Comment exporter facilement la BDD mySQL de MediaWiki ?'' | |
− | |||
− | erreur sur la commande suivante | + | Après 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 | + | * [[Git]] v. 2.23 via Homebrew `brew upgrade git` |
− | * [[GoHugo]] v.0.59 | + | * [[2019-305]] Mise à jour [[mediawiki]] v 1.3. [[Personnalisation-mediawiki]] en cours d'étude. |
+ | * [[GoHugo]] v.0.59 `brew upgrade hugo` |
Version actuelle datée du 1 novembre 2019 à 18:31
Le vendredi 1er novembre 2019 (Toussaint)
Maintenance indieweb
Gandi : Sauvegarde Mediawiki
- Redirection sous-domaine : https://github.ducamp.me pointé vers https://github.com/ChristopheDucamp
- Changé mot de passe instance hébergement SimpleHosting `indieweb-xtof`
- Accès à l'instance via la console d'urgence
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
- 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`