diff --git a/recipes/default.rb b/recipes/default.rb
index 7a3a1de4fd9178cbc7978382c9bc083834661c28..534f4da51567b8d231afea674e219433fe386430 100644
--- a/recipes/default.rb
+++ b/recipes/default.rb
@@ -489,7 +489,7 @@ node['typo3_site']['sync_databases'].each do |database_data|
 		end
 	end
 
-	if database_data['dump_local'] and database_data['database_name']
+	if database_data['dump_local'] and database_data['database_name'] and not database_data['dump_hostname']
 		# load the dump
 		bash 'Import Dump for ' + database_data['database_name'] do
 			code <<-EOF