Update from Android
This commit is contained in:
parent
99d8fbcb33
commit
94039a7aae
4 changed files with 12 additions and 8 deletions
|
@ -1,5 +1,4 @@
|
|||
- Problemi con la migrazione di un'istanza #wordpress: dopo la migrazione del db parte la procedura di installazione.
|
||||
- Problemi con la migrazione di un'istanza #wordpress: dopo la migrazione del db parte la procedura di installazione. #[[Migrazione sito LES]]
|
||||
- [Articolo](https://stackoverflow.com/questions/9827164/wordpress-keeps-redirecting-to-install-php-after-migration) che ne parla
|
||||
- Potrebbe essere un problema legato al *table prefix*
|
||||
- **19:54** [[quick capture]]: https://aj.codes/posts/be-careful-using-tmux-and-environment-variables/
|
||||
|
||||
- **19:54** [[quick capture]]: https://aj.codes/posts/be-careful-using-tmux-and-environment-variables/
|
|
@ -1,5 +1,5 @@
|
|||
- **07:35** [[quick capture]]: How can I echo or print an array in PHP? - Stack Overflow [How can I echo or print an array in PHP? - Stack Overflow](https://stackoverflow.com/questions/9816889/how-can-i-echo-or-print-an-array-in-php#9816958) #php #debug
|
||||
- **11:08** [[quick capture]]: Deprecating PHP4 style constructors in WordPress 4.3 – Make WordPress Core [Deprecating PHP4 style constructors in WordPress 4.3 – Make WordPress Core](https://make.wordpress.org/core/2015/07/02/deprecating-php4-style-constructors-in-wordpress-4-3/) #wordpress #php
|
||||
- **11:08** [[quick capture]]: Deprecating PHP4 style constructors in WordPress 4.3 – Make WordPress Core [Deprecating PHP4 style constructors in WordPress 4.3 – Make WordPress Core](https://make.wordpress.org/core/2015/07/02/deprecating-php4-style-constructors-in-wordpress-4-3/) #wordpress #php #[[Migrazione sito LES]]
|
||||
- **16:10** [[quick capture]]: WordPress Versions « WordPress Codex [WordPress Versions « WordPress Codex](https://codex.wordpress.org/WordPress_Versions) #wordpress
|
||||
- ### Riunione nido Piccole Tracce gruppi Ciclamini
|
||||
- Comunicazioni
|
||||
|
@ -15,8 +15,9 @@
|
|||
- A tavola i posti sono misti
|
||||
- Momenti di autonomia prima della nanna
|
||||
- Provare a farla dormire con la coperta
|
||||
- Generare una password crittografata per #wordpress con bcrypt da linea di comando #bash
|
||||
- Si parla in inglese con Helene che è bilingue italiano/inglese
|
||||
- Generare una password crittografata per #wordpress con bcrypt da linea di comando #bash #[[Migrazione sito LES]]
|
||||
- ```bash
|
||||
htpasswd -nbBC 10 USER PASSWORD
|
||||
```
|
||||
- [Articolo](https://www.ask-sheldon.com/create-a-bcrypt-hash-on-commandline/) di riferimento
|
||||
- [Articolo](https://www.ask-sheldon.com/create-a-bcrypt-hash-on-commandline/) di riferimento
|
|
@ -165,7 +165,7 @@
|
|||
:ref/default-open-blocks-level 2
|
||||
|
||||
:ref/linked-references-collapsed-threshold 50
|
||||
:graph/settings {:orphan-pages? false, :builtin-pages? false, :journal? true}
|
||||
:graph/settings {:orphan-pages? false, :builtin-pages? false, :journal? false}
|
||||
:favorites []
|
||||
:journal/page-title-format "E, dd.MM.yyyy"
|
||||
:mobile/toolbar-stats {:bold {:counts 0}, :brand-youtube {:counts 1}, :checkbox {:counts 0}, :parentheses {:counts 1}, :command {:counts 0}, :calendar {:counts 0}, :paint {:counts 1}, :list {:counts 0}, :link {:counts 0}, :strikethrough {:counts 0}, :code {:counts 0}, :camera {:counts 0}, :rotate {:counts 0}, :tag {:counts 0}, :brackets {:counts 1}, :italic {:counts 0}, :a-b {:counts 0}, :rotate-clockwise {:counts 0}}
|
||||
|
|
|
@ -1,3 +1,7 @@
|
|||
- Da fine febbraio 2023 alla metà di marzo 2023 ho effettuato la migrazione del sito #wordpress della Rete dei Licei Economici Sociali italiani
|
||||
- Il passaggio è avvenuto da un server dedicato configurato con container LXC verso un #vps Hetzner modello CX21 configurato con #ubuntu 22 e #Docker
|
||||
- Le criticità affrontate e risolte durante la migrazione hanno riguardato principalmente la risoluzione di problemi di versione tra #wordpress #php
|
||||
- Le criticità affrontate e risolte durante la migrazione hanno riguardato principalmente la risoluzione di problemi di versione tra #wordpress #php
|
||||
- L'immagine #Docker ufficiale di #wordpress prevede di montare la cartella wp-content da host a container. Insieme alla migrazione del database consente di effettuare un passaggio pulito
|
||||
- Per modificare la password di admin occorre modificare il database e calcolare una stringa mediante #Hashing
|
||||
-
|
||||
-
|
Loading…
Reference in a new issue