User Tools

Site Tools


it-maintenance-troubleshooting

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
it-maintenance-troubleshooting [2022/04/11 09:31] Sylvainit-maintenance-troubleshooting [2022/04/27 07:46] (current) – [Other resources] Sylvain
Line 34: Line 34:
 ==== #MustHaveDevTools ==== ==== #MustHaveDevTools ====
  
-    * WinSCP+    * [[https://winscp.net/eng/download.php|WinSCP]]
         * WinSCP is a free SFTP, SCP, Amazon S3, WebDAV, and FTP client for Windows.         * WinSCP is a free SFTP, SCP, Amazon S3, WebDAV, and FTP client for Windows.
         * This tool will help you to access all files on your server and for example to retrieve a json in the failures folder or a log file.         * This tool will help you to access all files on your server and for example to retrieve a json in the failures folder or a log file.
-    * Putty+    * [[https://www.chiark.greenend.org.uk/~sgtatham/putty/latest.html|Putty]]
         * PuTTY is a free and open-source terminal emulator, serial console and network file transfer application. It supports several network protocols, including SCP, SSH, Telnet, rlogin, and raw socket connection. It can also connect to a serial port.         * PuTTY is a free and open-source terminal emulator, serial console and network file transfer application. It supports several network protocols, including SCP, SSH, Telnet, rlogin, and raw socket connection. It can also connect to a serial port.
         * This will help you connect directly to your server.         * This will help you connect directly to your server.
-    * pgAdmin+    * [[https://www.pgadmin.org/download/|pgAdmin]]
         * pgAdmin is the most popular and feature rich Open Source administration and development platform for PostgreSQL, the most advanced Open Source database in the world.         * pgAdmin is the most popular and feature rich Open Source administration and development platform for PostgreSQL, the most advanced Open Source database in the world.
         * This tool will help you to retrieve information from the medAL-data database for example         * This tool will help you to retrieve information from the medAL-data database for example
 +    * [[https://keepass.info/download.html|KeePass]], this tool is an utility to manage all your passwords
 +
 +==== Useful resources ====
 +    * [[https://artisan.page/|All available artisan commands]] Details on every artisan available commands
 +    * [[https://dokku.com/docs/deployment/application-management/|dokku]] More information on Dokku commands
 +    * [[https://github.com/dokku/dokku-postgres|dokku-postgres]] More information on Postgres Dokku container
 +    * [[https://dokku.com/docs/deployment/logs/|dokku-logs]] Know more about Dokku logs management
 +    * [[https://www.postgresql.org/docs/13/app-psql.html|psql]] Every available psql commands
 +    * [[https://www.postgresql.org/docs/9.3/app-pgdump.html|pg_dump]] Backup the database
 +    * [[https://www.postgresql.org/docs/9.2/app-pg-dumpall.html|pg_dumpall]] Backup all the database
 +    * [[https://www.postgresql.org/docs/9.2/app-pgrestore.html|pg_restore]] Restore a backup
 +
 +==== Useful Terminal Commands ====
 +
 +[[https://kinsta.com/blog/linux-commands/|Useful Linux basics commands]] If you want to know more about the commands you'll have to use
 +
 +Exemple to retrieve a zip file
 +<code bash>
 +scp zip1.zip username@<server_ip>:/var/lib/dokku/data/storage/<app_name>/app/cases_zip/2XlcgspHJlCuqDPQFJhzLZaR5s0SGPDAOdwxlMWw.zip
 +</code>
  
 ==== Other resources ==== ==== Other resources ====
  
-[[https://doc.medal-suite.org/doku.php?id=medal-creator:troubleshooting-guide|medAL-//creator// troubleshooting guide]] +  * [[https://doc.medal-suite.org/doku.php?id=medal-creator:troubleshooting-guide|medAL-//creator// troubleshooting guide]] 
-[[https://doc.medal-suite.org/doku.php?id=medal-reader:troubleshooting-guide|medAL-//reader// troubleshooting guide]] +  [[https://doc.medal-suite.org/doku.php?id=medal-reader:troubleshooting-guide|medAL-//reader// troubleshooting guide]] 
-[[https://doc.medal-suite.org/doku.php?id=medal-hub:troubleshooting-guide|medAL-//hub// troubleshooting guide]] +  [[https://doc.medal-suite.org/doku.php?id=medal-hub:troubleshooting-guide|medAL-//hub// troubleshooting guide]] 
-[[https://doc.medal-suite.org/doku.php?id=medal-data:troubleshooting-guide|medAL-//data// troubleshooting guide]]+  [[https://doc.medal-suite.org/doku.php?id=medal-data:troubleshooting-guide|medAL-//data// troubleshooting guide]]
  
it-maintenance-troubleshooting.1649662319.txt.gz · Last modified: 2022/04/11 09:31 by Sylvain