File tree Expand file tree Collapse file tree 3 files changed +9
-10
lines changed Expand file tree Collapse file tree 3 files changed +9
-10
lines changed Original file line number Diff line number Diff line change @@ -161,13 +161,13 @@ GROUP BY date;
161161Run PostgreSQL with pg_duckdb pre-installed in a docker container:
162162
163163``` bash 
164- docker run -d -e POSTGRES_PASSWORD=duckdb pgduckdb/pgduckdb:18 -v1.0.0
164+ docker run -d -e POSTGRES_PASSWORD=duckdb pgduckdb/pgduckdb:17 -v1.0.0
165165``` 
166166
167167With MotherDuck:
168168``` bash 
169169export  MOTHERDUCK_TOKEN=< your_token> 
170- docker run -d -e POSTGRES_PASSWORD=duckdb -e MOTHERDUCK_TOKEN pgduckdb/pgduckdb:18 -v1.0.0
170+ docker run -d -e POSTGRES_PASSWORD=duckdb -e MOTHERDUCK_TOKEN pgduckdb/pgduckdb:17 -v1.0.0
171171``` 
172172
173173### Try with Hydra  
Original file line number Diff line number Diff line change 11services :
22  db :
3-     image : pgduckdb/pgduckdb:16 -main 
3+     image : pgduckdb/pgduckdb:18 -main 
44    ports :
55      - ${PORT:-5432}:5432 
66    environment :
Original file line number Diff line number Diff line change 44
55Any tagged release are built and pushed with the tag ` $POSTGRES_VERSION-$TAG ` , for example:
66
7- *  ` 15-v0.1.0 ` 
8- *  ` 16-v0.1.0 ` 
9- *  ` 17-v0.1.0 ` 
10- *  ` 18-v0.1.0 ` 
7+ *  ` 15-v1.0.0 ` 
8+ *  ` 16-v1.0.0 ` 
9+ *  ` 17-v1.0.0 ` 
1110
1211### Nightly builds  
1312
@@ -23,21 +22,21 @@ A corresponding tag with the git sha of the build is also pushed.
2322If you use a nightly image tag, you will need to pull to receive updates, for example:
2423
2524``` 
26- docker pull pgduckdb/pgduckdb:16 -main 
25+ docker pull pgduckdb/pgduckdb:18 -main 
2726``` 
2827
2928## Usage instructions  
3029
3130Use of this image is [ the same as the Postgres image] ( https://hub.docker.com/_/postgres/ ) . For example, you can run the image directly:
3231
3332``` shell 
34- docker run -d -e POSTGRES_PASSWORD=duckdb pgduckdb/pgduckdb:16 -main
33+ docker run -d -e POSTGRES_PASSWORD=duckdb pgduckdb/pgduckdb:18 -main
3534``` 
3635
3736And with MotherDuck, it is as simple as:
3837``` shell 
3938$ export  MOTHERDUCK_TOKEN=< your personal MD token> 
40- $ docker run -d -e POSTGRES_PASSWORD=duckdb -e MOTHERDUCK_TOKEN pgduckdb/pgduckdb:16 -main
39+ $ docker run -d -e POSTGRES_PASSWORD=duckdb -e MOTHERDUCK_TOKEN pgduckdb/pgduckdb:18 -main
4140``` 
4241
4342You can also use docker compose from duckdb/pg_duckdb:
 
 
   
 
     
   
   
          
    
    
     
    
      
     
     
    You can’t perform that action at this time.
  
 
    
  
    
      
        
     
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments