|  | @@ -82,6 +82,13 @@ Gogs natively manages backups. Prefer to use gogs tools instead of _squared whee
 | 
	
		
			
				|  |  |  
 | 
	
		
			
				|  |  |  **Beware** : please ensure that the user `gogs_app` has the same password on both instances ! You can change the password after the migration by using `ALTER ROLE gogs_app ENCRYPTED PASSWORD 'NewPassword';` and by changing the db password in `gogs/custom/conf/app.ini`.
 | 
	
		
			
				|  |  |  
 | 
	
		
			
				|  |  | +Example :
 | 
	
		
			
				|  |  | +```sh
 | 
	
		
			
				|  |  | +sudo -u gituser /home/gituser/gogs/gogs backup --target /home/gituser/ ;
 | 
	
		
			
				|  |  | +sudo mv /home/gituser/gogs-backup-2* /home/jovian/Local/Backup/Gogs/ ;
 | 
	
		
			
				|  |  | +sudo chown jovian:jovian /home/jovian/Local/Backup/Gogs/gogs-backup-2*
 | 
	
		
			
				|  |  | +```
 | 
	
		
			
				|  |  | +
 | 
	
		
			
				|  |  |  ### Repositories
 | 
	
		
			
				|  |  |  
 | 
	
		
			
				|  |  |  `/home/gituser/gogs/gogs-repositories/`
 |