mirror of
				https://codeberg.org/forgejo/forgejo.git
				synced 2025-10-30 22:11:07 +00:00 
			
		
		
		
	[BRANDING] Use forgejo binary name
		
	- Use `forgejo` binary name for migration suggestions. - Resolves https://codeberg.org/forgejo/forgejo/issues/869#issuecomment-944501 (cherry picked from commit418a0bed8f) (cherry picked from commit734579ce9b) (cherry picked from commit34bce5be19) (cherry picked from commit9c788a6ec0) (cherry picked from commit6cabe32311) (cherry picked from commiteba83a2440) (cherry picked from commit271c4586b2) (cherry picked from commit60883a4d68) (cherry picked from commitec1f866ccb) (cherry picked from commit3689fbe53c) (cherry picked from commit8019b115b6) (cherry picked from commit0d565d655b) (cherry picked from commitb3f72a1e11) (cherry picked from commit1bd8eab96d) (cherry picked from commit1b0e01e407) (cherry picked from commitd2551dc9b7) (cherry picked from commitcbaead8c38) (cherry picked from commitcdab2d7a54) (cherry picked from commit7de165e11b) (cherry picked from commita3af896878) (cherry picked from commit886a9019c6) (cherry picked from commit6990c95c99) (cherry picked from commit7a9fc37939) (cherry picked from commit9fd194fdcf) (cherry picked from commitdf976e858b) (cherry picked from commitdb8dd753ed) (cherry picked from commit216648a104) (cherry picked from commit80fa4d46bd)
This commit is contained in:
		
					parent
					
						
							
								aee6765e26
							
						
					
				
			
			
				commit
				
					
						7a2998a46a
					
				
			
		
					 2 changed files with 2 additions and 2 deletions
				
			
		|  | @ -596,7 +596,7 @@ func EnsureUpToDate(x *xorm.Engine) error { | |||
| 	expected := ExpectedVersion() | ||||
| 
 | ||||
| 	if currentDB != expected { | ||||
| 		return fmt.Errorf(`Current database version %d is not equal to the expected version %d. Please run "gitea [--config /path/to/app.ini] migrate" to update the database version`, currentDB, expected) | ||||
| 		return fmt.Errorf(`Current database version %d is not equal to the expected version %d. Please run "forgejo [--config /path/to/app.ini] migrate" to update the database version`, currentDB, expected) | ||||
| 	} | ||||
| 
 | ||||
| 	return forgejo_migrations.EnsureUpToDate(x) | ||||
|  |  | |||
|  | @ -53,7 +53,7 @@ func migrateWithSetting(x *xorm.Engine) error { | |||
| 		return migrations.Migrate(x) | ||||
| 	} else if expected := migrations.ExpectedVersion(); current != expected { | ||||
| 		log.Fatal(`"database.AUTO_MIGRATION" is disabled, but current database version %d is not equal to the expected version %d.`+ | ||||
| 			`You can set "database.AUTO_MIGRATION" to true or migrate manually by running "gitea [--config /path/to/app.ini] migrate"`, current, expected) | ||||
| 			`You can set "database.AUTO_MIGRATION" to true or migrate manually by running "forgejo [--config /path/to/app.ini] migrate"`, current, expected) | ||||
| 	} | ||||
| 	return nil | ||||
| } | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue