it-maintenance-troubleshooting
Differences
This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
it-maintenance-troubleshooting [2022/04/12 14:18] – Sylvain | it-maintenance-troubleshooting [2022/04/27 07:46] (current) – [Other resources] Sylvain | ||
---|---|---|---|
Line 34: | Line 34: | ||
==== # | ==== # | ||
- | * WinSCP | + | * [[https:// |
* 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:// |
* 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:// |
* 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:// | ||
==== Useful resources ==== | ==== Useful resources ==== | ||
Line 61: | Line 62: | ||
<code bash> | <code bash> | ||
scp zip1.zip username@< | scp zip1.zip username@< | ||
- | </ | ||
- | |||
- | Exemple to count the number of medical cases which are not yet syncronize with REDCap inside the PostgreSQL database | ||
- | <code bash> | ||
- | dokku postgres: | ||
- | </ | ||
- | |||
- | Exemple to retrieve every environnement variables | ||
- | [[https:// | ||
- | <code bash> | ||
- | sudo dokku < | ||
- | # Exemple to retrieve CREATOR_ALGORITHM_URL environnement variable | ||
- | sudo dokku < | ||
- | </ | ||
- | |||
- | Exemple to set a environnement variable | ||
- | <code bash> | ||
- | sudo dokku < | ||
- | # You can also add the --no-restart flag to set STUDY_ID environnement variable without restarting the app | ||
- | sudo dokku < | ||
</ | </ | ||
==== Other resources ==== | ==== Other resources ==== | ||
- | * [[https:// | + | |
- | * [[https:// | + | * [[https:// |
- | * [[https:// | + | * [[https:// |
- | * [[https:// | + | * [[https:// |
it-maintenance-troubleshooting.1649765916.txt.gz · Last modified: 2022/04/12 14:18 by Sylvain